home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / stats / fdplot92.exe / README.DOC < prev    next >
Text File  |  1992-08-15  |  11KB  |  232 lines

  1.   ════════════════════════════════════════════════════════════════════════════
  2.             THE 'FDplot' FUNCTION/DATA PLOT AND PAIRED STATISTICS.
  3.                               (C) 1992
  4.   ════════════════════════════════════════════════════════════════════════════
  5.        Abri Technologies, Inc., HCR62 Box 100K, Cacapon, WV 25422 USA
  6.   ════════════════════════════════════════════════════════════════════════════
  7.                              ┌───────┐
  8.                         ┌────┴──┐    │               (Tm)
  9.                       ──┤       │o   ├───────────────────
  10.                         │  ┌────┴──┐ │  Association of
  11.                         │  │       ├─┘  Shareware
  12.                         └──┤   o   │    Professionals
  13.                       ─────┤   ╥   ├────────────────────-
  14.                            └───╨───┘    MEMBER
  15.  
  16.  
  17.      This is Shareware and not Public Domain Software. Examine this free for 
  18.      30 days and if you find it useful please send $15 registration to ATI.
  19.      When you register you will receive all updates and latest corrections
  20.      to the software and at least three months software support. You will
  21.      also make it possible for the program author to continue developing
  22.      quality software at reasonable prices.
  23.  
  24.      ** Please read the shareware agreement near end of this file and use the 
  25.      registration form in file 'REGISTER' which also contains information 
  26.      about other ATI software.
  27.    
  28.  ┌────────────────────────────────────────────────────────────────────────────┐
  29.  │                         ** FDplot Plus **                                  │
  30.  │                                                                            │
  31.  │ An enhanced college level Scientific Plotting/LR-Stat software package is  │
  32.  │ also available. More information is available in the file 'REGISTER'       │
  33.  └────────────────────────────────────────────────────────────────────────────┘
  34.  
  35.  FILES INCLUDED: 
  36.  
  37.      INSTALL.BAT        (optional installation file)
  38.      SETUP.EXE          (for graphics card setup)
  39.      README.DOC         (this file)
  40.      REGISTER           (registering and ATI product info.)
  41.      MENU.BAS    
  42.      PLOTN.BAS   
  43.      STAT.BAS
  44.      T3.BAS      
  45.      VMODE.EXE
  46.  
  47.  INTRODUCTION:
  48.  
  49.      FDplot is an inexpensive scientific function/data plotting software 
  50.      for the IBM-PC intended for high-school or college students and 
  51.      instructors.
  52.  
  53.      It is an alternative to expensive/complicated graphing packages and is
  54.      handy for general math/science, class and laboratory use.                     
  55.  
  56.  FEATURES:
  57.  
  58.      ■ Menu driven, quick and easy to use. It will plot functions with 
  59.        less fuss than most scientific graphing calculators.
  60.   
  61.      ■ No programming/compiling required - functions and data are entered        
  62.        in BASIC syntax while the program is running.                             
  63.  
  64.      ■ Automatic selection of "nicest" integer graph scales to accomodate
  65.        all functions and data.
  66.  
  67.      ■ Includes paired statistics calculation.
  68.  
  69.      ■ Supplied with BASIC source code. => Menu is user expandable. 
  70.          &  Software can be custom modified by user.
  71.  
  72.  COMPUTER REQUIREMENTS:
  73.  
  74.      CGA, EGA, VGA or Hercules graphics and GWBASIC or QBASIC. 
  75.      A hard drive is recommended.
  76.  
  77.  INSTALLATION:
  78.  
  79.      You can use the INSTALL.BAT which creates a directory on a hard disc 
  80.      and copies the software to the directory. 
  81.      
  82.      Alternatively, at any time you can create a directory you want the 
  83.      software in - example: 
  84.  
  85.      MD C:\USR\PLOT  
  86.  
  87.      and then copy the software files from diskette to directory
  88.  
  89.      COPY A: C:\USR\PLOT
  90.  
  91.  SETUP:
  92.  
  93.      At least a CGA mono 640x200 monitor and graphics-card is required.
  94.  
  95.      The included SETUP program will select various CGA, EGA and VGA
  96.      graphic modes.
  97.   
  98.      You can experiment with the VMODE program to determine the graphics 
  99.      capability if you don't know what it is. VMODE does not affect files,
  100.      only the video mode.
  101.  
  102.      You can even edit T2.BAS (line 120) to suit your unique graphics card
  103.      (after using SETUP).
  104.  
  105.  TO RUN THE SOFTWARE:
  106.  
  107.      Just type MENU and make selection.
  108.  
  109.      If you fail to define your functions or data properly you may get a 
  110.      BASIC error message. In that case simply exit BASIC program and check 
  111.      your PLOTF# and PLOTD# files.
  112.  
  113.  OTHER INFORMATION:
  114.  
  115.      A.  ELLIPSA.BAS
  116.  
  117.      The program has been included for calculating ellipsoid surface area 
  118.      and is a part of the menu selection. If your institution has specific 
  119.      programming needs please contact us for very reasonably priced custom 
  120.      programming.
  121.  
  122.      B.  Plotting Notes:
  123.  
  124.      (a) MS-DOS has a printer "GRAPHICS" command that permits you to print 
  125.      screen graphics on a printer. After you use the dos GRAPHICS command 
  126.      you can print the screen graphics on the printer anytime by pressing 
  127.      the SHIFT-PrtSc keys. Make sure you have selected the right printer 
  128.      with the graphics command. If it emulates the IBM graphics printer, no 
  129.      printer selection is required after the GRAPHICS command.
  130.  
  131.      (b) The program automatically selects the "nicest" axes and scales for 
  132.      the functions to plot. It is possible to somewhat affect the graph 
  133.      scales by selecting a special plot-data set made up of only two data 
  134.      pairs which are beyond the limits of the functions - i.e. you can 
  135.      define the diagonal corners of the graph. The program always defines 
  136.      the axes/scales to accommodate the largest function and data given.
  137.  
  138.      (c) For most cases just hit ─┘ for "function detail?" request. The 
  139.      program estimates the optimum plot step size. There may be occasional 
  140.      cases where the function graph looks too ragged. In that case RE-PLOT 
  141.      the function and choose a number between 0 and 1.0 (the higher it is 
  142.      the more detail). Alternatively if it takes too long to plot choose a 
  143.      lower number between 0 and -1.0.
  144.  
  145.      (d) Besides the regular BASIC functions (trig, expon, log, etc.) PI
  146.      is defined as 3.1416 and can be used for function definition (only).
  147.  
  148.      C.  Plot Data Definition.
  149.  
  150.      Again follow directions to define data for plotting. Data is stored in 
  151.      ascii file "PLOTD".
  152.  
  153.      If you wish to write these files with an ascii editor their format is 
  154.      as
  155.  
  156.               Ascii file:
  157.           ┌────────────────────┐
  158. line 1    │N                   │  N= # of data sets.
  159. line 2    │X1,Y1               │  data pair separated by comma.
  160. line 3    │X2,Y2               │    .                                        
  161. line 4    │X3,Y3               │    .                                        
  162.      .    │  .                 │    .                                        
  163.      .    │  .                 │    .                                        
  164.      .    │  .                 │    .                                        
  165.      .    │XN,YN               │                                            
  166. last line │ -2                 │  -2 OR correlation value for statistics.
  167.           └────────────────────┘
  168.  
  169.      D.  Paired statistics program.
  170.  
  171.      For N (X,Y) pairs it calculates mean, SD, variance, correlation, 
  172.      covariance, and Linear Regression slope and intercept. 
  173.  
  174.      The data is stored in the ascii file PLOTD in format as above in C.
  175.  
  176.      E.  MENU.BAS Program
  177.  
  178.      You can easily add to the menu program by inserting new lines between 
  179.      lines 1000 and 1520. Do not delete line 1520 "EXIT"," " since the 
  180.      program looks for it. The format of these lines is
  181.  
  182.  <line number> DATA "<purpose description>","<program name or list filename>"
  183.  
  184.      Line number is any from 1000 to 1499. Program names should have full 
  185.      extensions - examples: STAT.BAS, EDIT.EXE, MEM.COM.
  186.  
  187.      DISCLAIMER and SHAREWARE - AGREEMENT:
  188.  
  189.      Users of FDplot must accept this disclaimer of warranty: FDplot is 
  190.      supplied as is.  The author disclaims all warranties, expressed or 
  191.      implied, including, without limitation, the warranties of 
  192.      merchantability and of fitness for any purpose. The author assumes no 
  193.      liability for damages, direct or consequential, which may result 
  194.      from the use of FDplot."
  195.  
  196.      FDplot is  "shareware software" and is provided at no charge to the 
  197.      user for evaluation.  Feel free to share it with your friends, but 
  198.      please do not give it away altered or as part of another system.  The 
  199.      essence of "user-supported" software is to provide personal computer 
  200.      users with quality software without high prices, and yet to provide 
  201.      incentive for programmers to continue to develop new products.  If you 
  202.      find this program useful and find that you are using FDplot and 
  203.      continue to use FDplot after a reasonable trial period, you must 
  204.      make a registration payment of $15 to Abri Technologies.  The $15 
  205.      registration fee will license one copy for use on any one computer at 
  206.      any one time.  You must treat this software just like a book.  An 
  207.      example is that this software may be used by any number of people and 
  208.      may be freely moved from one computer location to another, so long as 
  209.      there is no possibility of it being used at one location while it's 
  210.      being used at another. Just as a book cannot be read by two different 
  211.      persons at the same time.
  212.  
  213.      Commercial users of FDplot must register and pay for their copies of 
  214.      FDplot within 30 days of first use or their license is withdrawn.  
  215.      Site-License arrangements may be made by contacting Abri Technologies.
  216.  
  217.      You are encouraged to pass a copy of FDplot along to your friends 
  218.      for evaluation.  Please encourage them to register their copy if they 
  219.      find that they can use it.  All registered users will receive a copy 
  220.      of the latest version of FDplot and at least three months software
  221.      support.
  222.  
  223.     "This program is produced by a member of the Association of Shareware
  224.     Professionals (ASP).  ASP wants to make sure that the shareware
  225.     principle works for you. If you are unable to resolve a
  226.     shareware-related problem with an ASP member by contacting the member
  227.     directly, ASP may be able to help. The ASP Ombudsman can help you
  228.     resolve a dispute or problem with an ASP member, but does not provide
  229.     technical support for members' products.  Please write to the ASP
  230.     Ombudsman at 545 Grover Road, Muskegon, MI 49442 or send a CompuServe
  231.     message via CompuServe Mail to ASP Ombudsman 70007,3536."
  232.